From 1c9887d59b3a49d3350ed1a72199b90a292284a8 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 16 May 2006 09:15:19 +0100 Subject: [PATCH] Document the UUID domU configuration parameter in example configurations. Signed-off-by: Andrew D. Ball --- tools/examples/xmexample.hvm | 4 ++++ tools/examples/xmexample1 | 4 ++++ tools/examples/xmexample2 | 4 ++++ tools/examples/xmexample3 | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm index 2f136ae7ee..f142379871 100644 --- a/tools/examples/xmexample.hvm +++ b/tools/examples/xmexample.hvm @@ -30,6 +30,10 @@ memory = 128 # A name for your domain. All domains must have different names. name = "ExampleHVMDomain" +# 128-bit UUID for the domain. The default behavior is to generate a new UUID +# on each call to 'xm create'. +#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" + #----------------------------------------------------------------------------- # the number of cpus guest platform has, default=1 #vcpus=1 diff --git a/tools/examples/xmexample1 b/tools/examples/xmexample1 index 1ba525a962..741e330bfb 100644 --- a/tools/examples/xmexample1 +++ b/tools/examples/xmexample1 @@ -26,6 +26,10 @@ memory = 64 # A name for your domain. All domains must have different names. name = "ExampleDomain" +# 128-bit UUID for the domain. The default behavior is to generate a new UUID +# on each call to 'xm create'. +#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" + # List of which CPUS this domain is allowed to use, default Xen picks #cpus = "" # leave to Xen to pick #cpus = "0" # all vcpus run on CPU0 diff --git a/tools/examples/xmexample2 b/tools/examples/xmexample2 index 2dd75687b6..3d4f67701f 100644 --- a/tools/examples/xmexample2 +++ b/tools/examples/xmexample2 @@ -55,6 +55,10 @@ memory = 64 # so we use the vmid to create a name. name = "VM%d" % vmid +# 128-bit UUID for the domain. The default behavior is to generate a new UUID +# on each call to 'xm create'. +#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" + # List of which CPUS this domain is allowed to use, default Xen picks #cpus = "" # leave to Xen to pick #cpus = "0" # all vcpus run on CPU0 diff --git a/tools/examples/xmexample3 b/tools/examples/xmexample3 index 8b01b13893..8c66b4038e 100644 --- a/tools/examples/xmexample3 +++ b/tools/examples/xmexample3 @@ -55,6 +55,10 @@ memory = 64 # so we use the vmid to create a name. name = "VM%d" % vmid +# 128-bit UUID for the domain. The default behavior is to generate a new UUID +# on each call to 'xm create'. +#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9" + # List of which CPUS this domain is allowed to use, default Xen picks #cpus = "" # leave to Xen to pick #cpus = "0" # all vcpus run on CPU0 -- 2.30.2